Skip to content

Bump @notionhq/client from 5.22.0 to 5.23.2 - #17

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/notionhq/client-5.23.2
Open

Bump @notionhq/client from 5.22.0 to 5.23.2#17
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/notionhq/client-5.23.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Bumps @notionhq/client from 5.22.0 to 5.23.2.

Release notes

Sourced from @​notionhq/client's releases.

v5.23.2

What's Changed

New capabilities

  • filter.in_trash on search (#748)

    • client.search() can now search trashed content. By default search only returns live content — trashed pages and data sources are excluded, same as before. Passing in_trash: true switches the search to return only trashed results (it does not mix trashed results into a normal search).
    • The filter accepts two shapes: the existing object filter extended with an optional in_trash boolean ({ property: "object", value: "page", in_trash: true }), or a standalone trash filter ({ in_trash: true }) that doesn't constrain the object type.
    • If you need to find trashed pages or data sources: pass filter: { in_trash: true }. Existing searches are unaffected — trash was and remains excluded by default.
  • Bump version to v5.23.2 (#749)

Links

v5.23.1

What's Changed

Type & bug fixes

  • Rich text annotation types are now exported (#740)

    • Adds ApiColor, RichTextItemResponseCommon, and a new AnnotationResponse alias (the type of RichTextItemResponse.annotations) to the package entrypoint. Fixes #689; thanks @​KingJing1.
    • If you validate or construct rich text annotations: import these types directly instead of deriving them from RichTextItemResponse with indexed-access types.
  • Pagination helpers accept endpoint methods again under strictNullChecks (#744)

    • v5.23.0 widened endpoint params to start_cursor?: string | null, but the PaginatedArgs constraint used by iteratePaginatedAPI / collectPaginatedAPI still only allowed string — so passing methods like client.dataSources.query to the helpers stopped compiling, with a misleading "property missing in type PaginatedArgs" error. Types-only fix (the runtime already handled null cursors), plus a regression test that compiles a real endpoint method against the helpers so this can't silently regress again. Fixes #743; thanks @​nakanoasaservice.
    • If the pagination helpers broke for you on v5.23.0, this is the fix — no code changes needed on your side.
  • Doc-comment fix: updateDataSource icon / in_trash descriptions now reference data sources (#745)

    • Generated documentation strings only; no type or runtime changes.
  • Bump version to v5.23.1 (#746)

New Contributors

Links

v5.23.0

What's Changed

New capabilities

... (truncated)

Commits
  • 709ff4d Bump version to v5.23.2 (#749)
  • cca587e [AI] Add filter.in_trash to search request body (#748)
  • 689a678 Bump version to v5.23.1 (#746)
  • 9ff5261 Export rich text annotation types (#740)
  • bfc85bd Allow null start_cursor in pagination helper constraint (#744)
  • a33270b [AI] Update UpdateDataSource icon and in_trash field descriptions to refere...
  • 0530772 Bump version to v5.23.0 (#741)
  • 7be6a87 [AI] Add client.asyncTasks.retrieve for the newly documented async task end...
  • df39f71 [AI] Add allow_async body parameter to createPage endpoint (#729)
  • 4eddaf6 [AI] Add allow_async parameter to update page markdown endpoint (#728)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@notionhq/client](https://github.com/makenotion/notion-sdk-js) from 5.22.0 to 5.23.2.
- [Release notes](https://github.com/makenotion/notion-sdk-js/releases)
- [Commits](makenotion/notion-sdk-js@v5.22.0...v5.23.2)

---
updated-dependencies:
- dependency-name: "@notionhq/client"
  dependency-version: 5.23.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, npm. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants